* bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Mar 2013 07:26:39 +0000 (23:26 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Mar 2013 07:26:39 +0000 (23:26 -0800)
If there were a real need, it should be UTF-8 anyway.

admin/ChangeLog
admin/bzrmerge.el

index 22c4d2c6f0f9291969f6ad7f7f409e7770bc2fcf..6415c9a09b2cdb920ba027ec5372045b559b4a67 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
+       If there were a real need, it should be UTF-8 anyway.
+
 2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        Simplify data_start configuration (Bug#13783).
index b95c96d77efc16f790348b84794e08533375b935..4fa328b9d6d6c4b399b60fd7ad03df3ef36c9d6d 100644 (file)
@@ -320,7 +320,7 @@ Does not make other difference."
                   ;; bzrmerge-add-metadata does not work when there
                   ;; are conflicts.
                   (display-warning 'bzrmerge "Resolve conflicts manually.
-ยกBEWARE!  Important metadata is kept in this Emacs session!
+BEWARE!  Important metadata is kept in this Emacs session!
 Do not commit without re-running `M-x bzrmerge' first!"
                                    :warning bzrmerge-warning-buffer))
               (error "Resolve conflicts manually")))))